home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-04-01 | 309 b | 16 lines |
- FILES= getch_.c getpar.c getpar_.c getpar_decode.c getpar_scan.c \
- getpar_string_store.c file.c fsize.c alloc.c
-
- all: getparlib.a
-
- getparlib.a: $(FILES)
- rm -f *.o
- cc -O -c $?
- ar cr getparlib.a *.o
- ranlib getparlib.a
- rm -f *.o
-
- getpar_scan.c: getpar_scan.l
- lex getpar_scan.l
- mv lex.yy.c getpar_scan.c
-